home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / roppop / ropwin.dfm / ropwin.txt
Encoding:
Text File  |  1996-09-15  |  550 b   |  29 lines

  1. object RopInst: TRopInst
  2.   Left = 293
  3.   Top = 238
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'RopInst'
  7.   ClientHeight = 269
  8.   ClientWidth = 427
  9.   Ctl3D = False
  10.   Font.Color = clBlack
  11.   Font.Height = -17
  12.   Font.Name = 'System'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 120
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnMouseDown = FormMouseDown
  20.   OnPaint = FormPaint
  21.   TextHeight = 20
  22.   object Timer1: TTimer
  23.     Enabled = False
  24.     OnTimer = Timer1Timer
  25.     Left = 120
  26.     Top = 24
  27.   end
  28. end
  29.